| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetControlSetting function to get the current state of a control setting for an object node.
OSErr QTVRGetControlSetting (
QTVRInstance qtvr,
QTVRControlSetting setting,
Boolean *enable);
The QTVRGetControlSetting function returns, through the enable parameter, the current state of the control setting specified by the setting parameter for the object node specified by the qtvr parameter. If enable is true , the specified setting is currently enabled; otherwise, that setting is disabled.
| Previous | Chapter contents | Chapter top | Section top | Next |